home *** CD-ROM | disk | FTP | other *** search
/ ftp.sustworks.com 2018 / ftp.sustworks.com.zip / ftp.sustworks.com / IPNetSentryX_1.6.5.dmg / IPNetSentryX folder / IPNetSentryX.app / Contents / Resources / FirewallOptions.plist < prev    next >
Extensible Markup Language  |  2008-06-11  |  3KB  |  40 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Block IPv6</key>
  6.     <dict>
  7.         <key>description</key>
  8.         <string>IPNetSentryX only examines IPv4 traffic at this time. This setting allows you to disable IPv6 pass through if desired.  The vast majority of the Internet still uses Internet Protocol version 4 (IPv4).  A next generation of Internet Protocols was developed during the 1990s but has not been widely adopted since other more economic solutions were found to deal with the most pressing problems at the time.  IPv6 is supported in Mac OS X to allow gradual migration, and is expected to see wider adoption around the end of this decade (2010) as the IPv4 address space is exhausted.</string>
  9.         <key>identifier</key>
  10.         <string>blockIPv6</string>
  11.         <key>product</key>
  12.         <string>ipns</string>
  13.         <key>type</key>
  14.         <string>bool</string>
  15.     </dict>
  16.     <key>Disable On Screen Alerts</key>
  17.     <dict>
  18.         <key>description</key>
  19.         <string>You can temporarily disalbe on-screen alerts as a convenient global preference.</string>
  20.         <key>identifier</key>
  21.         <string>disableAlerts</string>
  22.         <key>product</key>
  23.         <string>ipns</string>
  24.         <key>type</key>
  25.         <string>bool</string>
  26.     </dict>
  27.     <key>Source Aware Routing</key>
  28.     <dict>
  29.         <key>description</key>
  30.         <string>Mac OS X provides multi-link multi-homing which means your computer can be attached to more than one network at a time. Suppose you want to use both a cable modem and DSL connection for redundancy. You can install a PCI Ethernet card to give your machine another Ethernet interface and attach this to your other Ethernet connection, but when you designate one of your interfaces as first in the network preferences panel, Mac OS X creates a "Default Route" using the router addres for that interface. Any traffic that doesn't come from a host directly attached to one of your Ethernets will use this default route instead of being sent back through the DSL or cable modem it arrived from. IPNetRouterX uses "Source Aware Routing" to get around this limitation. Internally IPNetRouterX maintains a connection table that tracks each data flow based on its network endpoints (IP address and port at both ends of the connection). When it sees an outbound packet that is part of a data flow that arrived from another interface, it will redirect the packet to use that interface instead.</string>
  31.         <key>identifier</key>
  32.         <string>sourceAwareRouting</string>
  33.         <key>product</key>
  34.         <string>ipnr</string>
  35.         <key>type</key>
  36.         <string>bool</string>
  37.     </dict>
  38. </dict>
  39. </plist>
  40.